widget: Avoid a crash in crossing event handling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 26 Aug 2020 11:24:54 +0000 (07:24 -0400)
committerAhmed Eldemery <aeldemery.de@gmail.com>
Fri, 28 Aug 2020 16:45:01 +0000 (18:45 +0200)
commit002376f837f7dc8f1211339523ec1c9a90304dc8
tree0f91843c3d7b29f860653c6f2f13d20c392f3f33
parent39d71dbb0aca54340874c38cdf26fd3539e293bc
widget: Avoid a crash in crossing event handling

We need to make sure that the crossing data stays
alive until we are done handling it, so take references
on all the widgets in it.
gtk/gtkwidget.c